home *** CD-ROM | disk | FTP | other *** search
Text File | 2001-02-20 | 497 b | 36 lines | [AMAS/AMAP] |
- // -* PulseBehavior.js *-
- //
- // Name: Pulse behavior
- // Description:
- // Author:
- // Version: $Id: PulseBehavior.js,v 1.3 2000/12/21 15:03:30 consumer Exp $
- //
-
- function PulseBehaviorInit(solidName, axis, stiffness)
- {
- }
-
- function PulseBehaviorKill(solidName)
- {
- }
-
- function PulseBehaviorStart(solidName, direction, intensity)
- {
- }
-
- function PulseBehaviorStop(solidName)
- {
- }
-
- //
- // Event functions
- //
-
- function PulseBehaviorStartEvent(obj, event)
- {
- }
-
- function PulseBehaviorStopEvent(obj, event)
- {
- }
-